home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3llaycy.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_R3LISTLAYERCYCLE_H = 1;
- include("oops/r3gadget.js")
-
-
- var R3CLID_LISTLAYERCYCLE = 246;
-
-
-
-
-
-
-
- R3LLCA_Active = 246500;
- function SetR3LLCA_Active(value) {
- R3Set(this.r3obj, R3LLCA_Active, value, R3TID_INTEGER, 0);
- }
-
- function GetR3LLCA_Active() {
- return R3Get(this.r3obj, R3LLCA_Active, R3TID_INTEGER, 0);
- }
-
- R3LLCA_ActiveByLabel = 246501;
- function SetR3LLCA_ActiveByLabel(value) {
- R3Set(this.r3obj, R3LLCA_ActiveByLabel, value, R3TID_STRING, 0);
- }
-
- function GetR3LLCA_ActiveByLabel() {
- return R3Get(this.r3obj, R3LLCA_ActiveByLabel, R3TID_STRING, 0);
- }
-
- R3LLCA_AddNoneSelection = 246502;
- function SetR3LLCA_AddNoneSelection(value) {
- R3Set(this.r3obj, R3LLCA_AddNoneSelection, value, R3TID_INTEGER, 0);
- }
-
- R3LLCA_FilterMethod = 246504;
- function SetR3LLCA_FilterMethod(value) {
- R3Set(this.r3obj, R3LLCA_FilterMethod, value, R3TID_INTEGER, 0);
- }
-
-
-
- function r3Listlayercycle () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_LISTLAYERCYCLE, arguments);
- }
- // Methods
-
- // Attributes
- this.GetActive=GetR3LLCA_Active;
- this.SetActive=SetR3LLCA_Active;
- this.GetActiveByLabel=GetR3LLCA_ActiveByLabel;
- this.SetActiveByLabel=SetR3LLCA_ActiveByLabel;
- this.SetAddNoneSelection=SetR3LLCA_AddNoneSelection;
- this.SetFilterMethod=SetR3LLCA_FilterMethod;
- }
-
- r3Listlayercycle.prototype=new r3Gadget;
- // r3llaycy.h_H